Add has-origin property for GtkScale
authorAndrea Cimitan <andrea.cimitan@gmail.com>
Wed, 14 Dec 2011 16:16:09 +0000 (17:16 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 14 Dec 2011 16:16:09 +0000 (17:16 +0100)
commit40423df23428109c75119d7291f876785f0db73f
tree03450f281aa935ca174b8ff7357da9af166ba802
parent8c1f8c06686052f776f1afe780116540ad7f1e89
Add has-origin property for GtkScale

If the scale has an origin (it will have one by default), GtkRange will
render the two sides before/after the current value with different style
classes, making it possible for themes to use different colors and
properties for the two areas.
This was possible in GTK 2 with style details, but got lost during the
road to 3.0.

https://bugzilla.gnome.org/show_bug.cgi?id=665140
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkrange.c
gtk/gtkrange.h
gtk/gtkscale.c
gtk/gtkscale.h